-
Notifications
You must be signed in to change notification settings - Fork 602
feat(EventBuilder): support overriding timestamp at user property and event level #2246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "babel-eslint": "^10.0.0", | ||
| "classnames": "^2.3.2", | ||
| "copy-to-clipboard": "^3.3.3", | ||
| "dayjs": "^1.11.18", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please double check if it really necessary to introduce another 3rd party library just for the purpose of date manipulation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, it seems to be the recommended approach for handling timezones when working with the Material UI date time picker based on the documentation:
Support overriding timestamp at the user property and event level (already supported at request level).
event validated with request level timestamp
event validated with user property level timestamp
event validated with no user property level timestamp